home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Utilities / macam.0.8.4.dmg / macam sources / app_specific / MyQCOrbitCameraInspector.h < prev    next >
Encoding:
Text File  |  2005-08-17  |  474 b   |  24 lines

  1. //
  2. //  MyQCOrbitCameraInspector.h
  3. //  macam
  4. //
  5. //  Created by Charles Le Seac'h on 15/08/04.
  6. //  Copyright 2004 __MyCompanyName__. All rights reserved.
  7. //
  8.  
  9. #import <Cocoa/Cocoa.h>
  10. #import "MyCameraInspector.h"
  11. #import "MyQCOrbitDriver.h"
  12.  
  13. @interface MyQCOrbitCameraInspector : MyCameraInspector {
  14.  
  15. }
  16.  
  17. - (IBAction) moveup:(id)sender;
  18. - (IBAction) movedown:(id)sender;
  19. - (IBAction) moveleft:(id)sender;
  20. - (IBAction) moveright:(id)sender;
  21. - (IBAction) center:(id)sender;
  22.  
  23. @end
  24.